From 54653f6a3f232ee912d794824c42e2ab190fef94 Mon Sep 17 00:00:00 2001 From: Jyrki Gadinger Date: Fri, 30 May 2025 09:21:25 +0200 Subject: [PATCH] chore: add missing backport for VERSION.cmake Signed-off-by: Jyrki Gadinger --- VERSION.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VERSION.cmake b/VERSION.cmake index 1e56e674f..90c1ad30f 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -7,6 +7,8 @@ set(MIRALL_VERSION_PATCH 4) set(MIRALL_VERSION_YEAR 2025) set(MIRALL_SOVERSION 0) set(MIRALL_PREVERSION_HUMAN "3.16.4") # For preversions where PATCH>=50. Use version + alpha, rc1, rc2, etc. +set(NCEXT_BUILD_NUM 47) +set(NCEXT_VERSION 3,0,0,${NCEXT_BUILD_NUM}) # ------------------------------------ # Minimum supported server versions -- 2.39.5